home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libmpeg_src.lha / config.status < prev    next >
Encoding:
Text File  |  2000-11-10  |  7.2 KB  |  215 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host md46909d2.utfors.se:
  6. #
  7. # ./configure  --host=m68k-amigaos
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=m68k-amigaos --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=m68k-amigaos --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.3"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29.  
  30. trap 'rm -fr Makefile extras/Makefile config.h conftest*; exit 1' 1 2 15
  31.  
  32. # Protect against being on the right side of a sed subst in config.status. 
  33. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  34.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  35. /^[     ]*VPATH[     ]*=[^:]*$/d
  36.  
  37. s%@CFLAGS@%-O6 %g
  38. s%@CPPFLAGS@%%g
  39. s%@CXXFLAGS@%%g
  40. s%@DEFS@%-DHAVE_CONFIG_H%g
  41. s%@LDFLAGS@%%g
  42. s%@LIBS@%%g
  43. s%@exec_prefix@%${prefix}%g
  44. s%@prefix@%/usr/local%g
  45. s%@program_transform_name@%s,x,x,%g
  46. s%@host@%%g
  47. s%@host_alias@%m68k-amigaos%g
  48. s%@host_cpu@%%g
  49. s%@host_vendor@%%g
  50. s%@host_os@%hpux%g
  51. s%@CC@%gcc%g
  52. /@Makefile_OS@/r /dev/null
  53. s%@Makefile_OS@%%g
  54. s%@ALTCC@%%g
  55. s%@OPT@%-O6%g
  56. s%@RANLIB@%ranlib%g
  57. s%@AR@%ar%g
  58. s%@libsrc@%$(DECODER_SRC) $(DITHER_SRC)%g
  59. s%@libobj@%$(DECODER_SRC:.c=.o) $(DITHER_SRC:.c=.o)%g
  60. s%@jrevdct@%jrevdct.c %g
  61. s%@extras@% mpegtest%g
  62. /@Makefile_extras@/r Makefile.extras
  63. s%@Makefile_extras@%%g
  64. s%@CPP@%gcc -E%g
  65.  
  66. CEOF
  67.  
  68. CONFIG_FILES=${CONFIG_FILES-"Makefile extras/Makefile"}
  69. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  70.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  71.   case "$ac_file" in
  72.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  73.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  74.   *) ac_file_in="${ac_file}.in" ;;
  75.   esac
  76.  
  77.   # Adjust relative srcdir, etc. for subdirectories.
  78.  
  79.   # Remove last slash and all that follows it.  Not all systems have dirname.
  80.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  81.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  82.     # The file is in a subdirectory.
  83.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  84.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  85.     # A "../" for each directory in $ac_dir_suffix.
  86.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  87.   else
  88.     ac_dir_suffix= ac_dots=
  89.   fi
  90.  
  91.   case "$ac_given_srcdir" in
  92.   .)  srcdir=.
  93.       if test -z "$ac_dots"; then top_srcdir=.
  94.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  95.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  96.   *) # Relative path.
  97.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  98.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  99.   esac
  100.  
  101.   echo creating "$ac_file"
  102.   rm -f "$ac_file"
  103.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  104.   case "$ac_file" in
  105.   *Makefile*) ac_comsub="1i\\
  106. # $configure_input" ;;
  107.   *) ac_comsub= ;;
  108.   esac
  109.   sed -e "$ac_comsub
  110. s%@configure_input@%$configure_input%g
  111. s%@srcdir@%$srcdir%g
  112. s%@top_srcdir@%$top_srcdir%g
  113. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  114. fi; done
  115. rm -f conftest.subs
  116.  
  117. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  118. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  119. #
  120. # ac_d sets the value in "#define NAME VALUE" lines.
  121. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  122. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  123. ac_dC='\3'
  124. ac_dD='%g'
  125. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  126. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  127. ac_uB='\([     ]\)%\1#\2define\3'
  128. ac_uC=' '
  129. ac_uD='\4%g'
  130. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  131. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  132. ac_eB='$%\1#\2define\3'
  133. ac_eC=' '
  134. ac_eD='%g'
  135.  
  136. CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
  137. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  138.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  139.   case "$ac_file" in
  140.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  141.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  142.   *) ac_file_in="${ac_file}.in" ;;
  143.   esac
  144.  
  145.   echo creating $ac_file
  146.  
  147.   rm -f conftest.frag conftest.in conftest.out
  148.   cp $ac_given_srcdir/$ac_file_in conftest.in
  149.  
  150.   cat > conftest.frag <<CEOF
  151. ${ac_dA}_HPUX_SOURCE${ac_dB}_HPUX_SOURCE${ac_dC}1${ac_dD}
  152. ${ac_uA}_HPUX_SOURCE${ac_uB}_HPUX_SOURCE${ac_uC}1${ac_uD}
  153. ${ac_eA}_HPUX_SOURCE${ac_eB}_HPUX_SOURCE${ac_eC}1${ac_eD}
  154. ${ac_dA}ENABLE_DITHER${ac_dB}ENABLE_DITHER${ac_dC}1${ac_dD}
  155. ${ac_uA}ENABLE_DITHER${ac_uB}ENABLE_DITHER${ac_uC}1${ac_uD}
  156. ${ac_eA}ENABLE_DITHER${ac_eB}ENABLE_DITHER${ac_eC}1${ac_eD}
  157. ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  158. ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  159. ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
  160. ${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
  161. ${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
  162. ${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
  163. CEOF
  164.   sed -f conftest.frag conftest.in > conftest.out
  165.   rm -f conftest.in
  166.   mv conftest.out conftest.in
  167.  
  168.   cat > conftest.frag <<CEOF
  169. ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  170. ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  171. ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  172. ${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
  173. ${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
  174. ${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
  175. ${ac_dA}HAVE_VPRINTF${ac_dB}HAVE_VPRINTF${ac_dC}1${ac_dD}
  176. ${ac_uA}HAVE_VPRINTF${ac_uB}HAVE_VPRINTF${ac_uC}1${ac_uD}
  177. ${ac_eA}HAVE_VPRINTF${ac_eB}HAVE_VPRINTF${ac_eC}1${ac_eD}
  178. ${ac_dA}HAVE_STRTOD${ac_dB}HAVE_STRTOD${ac_dC}1${ac_dD}
  179. ${ac_uA}HAVE_STRTOD${ac_uB}HAVE_STRTOD${ac_uC}1${ac_uD}
  180. ${ac_eA}HAVE_STRTOD${ac_eB}HAVE_STRTOD${ac_eC}1${ac_eD}
  181. CEOF
  182.   sed -f conftest.frag conftest.in > conftest.out
  183.   rm -f conftest.in
  184.   mv conftest.out conftest.in
  185.  
  186.   cat > conftest.frag <<CEOF
  187. ${ac_dA}HAVE_STRTOL${ac_dB}HAVE_STRTOL${ac_dC}1${ac_dD}
  188. ${ac_uA}HAVE_STRTOL${ac_uB}HAVE_STRTOL${ac_uC}1${ac_uD}
  189. ${ac_eA}HAVE_STRTOL${ac_eB}HAVE_STRTOL${ac_eC}1${ac_eD}
  190. ${ac_dA}HAVE_GETRUSAGE${ac_dB}HAVE_GETRUSAGE${ac_dC}1${ac_dD}
  191. ${ac_uA}HAVE_GETRUSAGE${ac_uB}HAVE_GETRUSAGE${ac_uC}1${ac_uD}
  192. ${ac_eA}HAVE_GETRUSAGE${ac_eB}HAVE_GETRUSAGE${ac_eC}1${ac_eD}
  193. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  194. CEOF
  195.   sed -f conftest.frag conftest.in > conftest.out
  196.   rm -f conftest.in
  197.   mv conftest.out conftest.in
  198.  
  199.   rm -f conftest.frag conftest.h
  200.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  201.   cat conftest.in >> conftest.h
  202.   rm -f conftest.in
  203.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  204.     echo "$ac_file is unchanged"
  205.     rm -f conftest.h
  206.   else
  207.     rm -f $ac_file
  208.     mv conftest.h $ac_file
  209.   fi
  210. fi; done
  211.  
  212.  
  213.  
  214. exit 0
  215.